-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update module github.com/XSAM/otelsql to v0.38.0 #14
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/github.com-xsam-otelsql-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d9295cb
to
fc0f2cc
Compare
fc0f2cc
to
dc30355
Compare
dc30355
to
41dacc7
Compare
41dacc7
to
3046acb
Compare
3046acb
to
9070dab
Compare
9070dab
to
e1f7c25
Compare
e1f7c25
to
69a0b7f
Compare
69a0b7f
to
70c5105
Compare
70c5105
to
0f75565
Compare
0f75565
to
67377c2
Compare
67377c2
to
671d508
Compare
671d508
to
ef9eec1
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
ef9eec1
to
5aa3bf5
Compare
5aa3bf5
to
35abb4c
Compare
35abb4c
to
f56a77f
Compare
f56a77f
to
b91c25b
Compare
b91c25b
to
1283cdf
Compare
1283cdf
to
4de54ea
Compare
4de54ea
to
7ecc457
Compare
7ecc457
to
e3e6fba
Compare
e3e6fba
to
89d6389
Compare
89d6389
to
5e489f8
Compare
5e489f8
to
e012836
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.16.0
->v0.38.0
Release Notes
XSAM/otelsql (github.com/XSAM/otelsql)
v0.38.0
Compare Source
Added
WithInstrumentErrorAttributesGetter
option to provide additional error-related attributes. (#440)Changed
v1.35.0/v0.57.0
. (#437)Removed
1.22
. (#447)What's Changed
New Contributors
Full Changelog: XSAM/otelsql@v0.37.0...v0.38.0
v0.37.0
Compare Source
Added
AttributesFromDSN
method to generateserver.address
andserver.port
attributes from a DSN. (#419)Changed
v1.34.0/v0.56.0
. (#412)WithAttributes
option to correctly describe the behavior on measurement creation. (#413)semconv/v1.24.0
. (#418)What's Changed
WithAttributes
and configAttributes
by @XSAM in https://github.com/XSAM/otelsql/pull/413semconv/v1.24.0
by @XSAM in https://github.com/XSAM/otelsql/pull/418Full Changelog: XSAM/otelsql@v0.36.0...v0.37.0
v0.36.0
Compare Source
Added
DisableSkipErrMeasurement
option suppressesdriver.ErrSkip
as an error status in measurements if enabled. (#389)Changed
v1.33.0/v0.55.0
. (#396)What's Changed
v1.33.0/v0.55.0
by @XSAM in https://github.com/XSAM/otelsql/pull/396New Contributors
Full Changelog: XSAM/otelsql@v0.35.0...v0.36.0
v0.35.0
Compare Source
Changed
v1.31.0/v0.53.0
. (#374)What's Changed
Full Changelog: XSAM/otelsql@v0.34.0...v0.35.0
v0.34.0
Compare Source
The minimum supported Go version is
1.22
.Added
1.23
to supported versions. (#361)Changed
The
Open
method uses thedataSourceName
when callingsql.Open
. (#359)This change improves compatibility with certain drivers that perform a verification of the
dataSourceName
before establishing a connection.Upgrade OTel to version
v1.30.0/v0.52.0
. (#356)Removed
1.21
. (#356)v0.33.0
Compare Source
0.33.0 - 2024-08-27
Added
WithInstrumentAttributesGetter
option provides additional attributes whenlatency
histogram is recorded. (#334)Changed
v1.29.0/v0.51.0
. (#336)v0.32.0
Compare Source
0.32.0 - 2024-07-05
Changed
v1.28.0/v0.50.0
. (#310)v0.31.0
Compare Source
0.31.0 - 2024-05-02
Changed
driver.NamedValueChecker
to Conn in Stmt. (#243)So, the
otelsql
can keep the original check order indatabase/sql
for value checkers in the following order,stopping at the first found match:
Stmt.NamedValueChecker
,Conn.NamedValueChecker
.v1.26.0/v0.48.0
. (#244)v0.30.0
Compare Source
0.30.0 - 2024-04-15
The minimum supported Go version is
1.21
.Changed
v1.25.0/v0.47.0
. (#238)Removed
1.20
. (#239)v0.29.0
Compare Source
0.29.0 - 2024-02-26
Changed
v1.24.0/v0.46.0
. (#218)v0.28.0
Compare Source
0.28.0 - 2024-02-10
Added
Changed
v1.23.1/v0.45.2
. (#209)v0.27.0
Compare Source
0.27.0 - 2023-12-15
Changed
v1.20.0/v0.43.0
. (#196)~~db.Close
did not callClose
on the underlying connector. (#199)v1.21.0/v0.44.0
. (#200)v0.26.0
Compare Source
0.26.0 - 2023-10-11
Changed
v1.19.0/v0.42.0
. (#190)v0.25.0
Compare Source
0.25.0 - 2023-09-18
This update contains a breaking change of the type of
SpanNameFormatter
. If you useSpanNameFormatter
in your code, you need to change the type ofSpanNameFormatter
to function.The minimum supported Go version is
1.20
.Changed
v1.18.0/v0.41.0
. (#184)SpanNameFormatter
has been changed to function for easier use. (#185)Removed
1.19
. (#186)v0.24.0
Compare Source
0.24.0 - 2023-09-08
Added
SpanFilter
configuration inSpanOptions
to filter spans creation. (#174)Changed
v1.17.0/v0.40.0
. (#181)v0.23.0
Compare Source
0.23.0 - 2023-05-22
Changed
1.16.0/0.39.0
. (#170)v0.22.0
Compare Source
0.22.0 - 2023-04-28
The minimum supported Go version is
1.19
.Changed
1.15.0/0.38.0
. (#163)Removed
1.18
. Support is now only for Go1.19
and Go1.20
. (#164)v0.21.0
Compare Source
0.21.0 - 2023-04-16
This update contains a breaking change of correcting the behavior of returning
driver.ErrSkip
when not permitted bysql/driver
.sql/driver
interfaces, which does not use theContext
as a parameter, this update may let your driver work with this library.sql/driver
interfaces, which use theContext
as a parameter, this update should not affect your code.Changed
driver.ErrSkip
when not permitted bysql/driver
. (#153)semconv
packages to usev1.18.0
. (#156)v0.20.0
Compare Source
0.20.0 - 2023-03-02
Changed
1.14.0/0.37.0
. (#150)v0.19.0
Compare Source
0.19.0 - 2023-02-13
Added
Changed
1.13.0/0.36.0
. (#145)v0.18.0
Compare Source
0.18.0 - 2023-02-01
Changed
1.12.0/0.35.0
. (#139)semconv
packages to usev1.17.0
. (#141)v0.17.1
Compare Source
0.17.1 - 2022-12-13
Changed
1.11.2/0.34.0
. (#134)v0.17.0
Compare Source
0.17.0 - 2022-10-21
The minimum supported Go version is
1.18
.Added
WithAttributesGetter
option provides additional attributes on spans creation. (#125)Changed
Upgrade OTel to version
1.10.0
. (#119)Upgrade OTel to version
1.11.0/0.32.3
. (#122)Upgrade OTel to version
1.11.1/0.33.0
. (#126)This OTel release contains a feature that the
go.opentelemetry.io/otel/exporters/prometheus
exporter now adds a unit suffix to metric names. This can be disabled using theWithoutUnits()
option added to that package.Removed
1.17
. Support is now only for Go1.18
and Go1.19
. (#123)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.